home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
gfx
/
fu1_62.lha
/
fu
/
Formulas
/
LeeMandel2.Form
< prev
next >
Wrap
Text File
|
1994-04-13
|
213b
|
28 lines
LeeMandel2
{
{
mirrorxy
x1=-1.0
x2= 1.0
y1=-0.95
y2= 0.95
bailout=2.0 ; Bailoutvalue
}
{
z=pixel
d=pixel*pixel
}
{
c=d/z
c=c+z
c=c*pixel
z=c*c
w=abs(z)
}
{
w>bailout
}
{
}
}